testing.common.finished (field)

10 uses

	testing (current package)
		benchmark.go#L255: 	finished := b.finished
		fuzz.go#L661: 			if !f.finished && !f.skipped && !f.failed {
		fuzz.go#L743: 	f.finished = true
		testing.go#L645: 	finished    bool                 // Test function has completed.
		testing.go#L1011: 	c.finished = true
		testing.go#L1248: 	c.finished = true
		testing.go#L1801: 		finished := t.finished
		testing.go#L1807: 				finished = p.finished
		testing.go#L1827: 			t.finished = true
		testing.go#L1938: 	t.finished = true